home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / WHOMOVER.ZIP / WHOMOVER.TXT
Text File  |  1997-03-05  |  2KB  |  53 lines

  1.                                 /WHOIS MOVER by TheJudge
  2.  
  3. Okay, this is a real simple add-on that moves /WHOIS information to the active window.
  4. I wrote it (and it's nothing special, believe me :) because I couldn't find one that
  5. worked the way I wanted it to. Since it uses colours, it's best suited for mirc 4.7 or
  6. above but you can edit them out to suit earlier mirc's, if you like.
  7.  
  8. For those of you who don't know raw numerics, but would like less information, edit out
  9. the following lines in the raw section...
  10.  
  11. 311 = Nickname's User Info and Name/Comment
  12. 319 = Channels Nickname is on
  13. 312 = Server Nickname is on
  14. 313 = Is Nickname an IRCop?
  15. 301 = Nickname's Away Comment
  16. 317 = Nickname's Idle Time
  17. 318 = End of Nickname's /WHOIS info
  18.  
  19. Oh, and it'd be nice if you didn't edit my nickname out, or credited me if this is ever
  20. used in a script. Apart from that, do what you like with it :)
  21.  
  22. Cut n paste into Aliases:
  23.  
  24. /won /enable #whowindow | echo 4 $active 9,3TheJudge's WhoWindow is now...15,15.4,15On15,15.
  25. /woff /disable #whowindow | echo 4 $active 9,3TheJudge's WhoWindow is now...15,15.14,15Off15,15.
  26.  
  27. Cut n paste into Popups (I suggest both Query/Chat and Nicknames List):
  28.  
  29. Whois in Window On:/won
  30. Whois in Window Off:/woff
  31.  
  32.  
  33. Cut n paste into Raw (Under Remote):
  34.  
  35. #whowindow disabled
  36. 311:*:echo 2 $active 11,10*** $parm2 Start of /WHOIS list. | echo 2 $active *** $parm2 is $parm3 $+ @ $+ $parm4  - Name/Comment:- $parm6* 
  37. 319:*:echo 2 $active *** $parm2 is on these Channels $parm3* 
  38. 312:*:echo 2 $active *** $parm2 is using $parm3 
  39. 313:*:echo 4 $active *** $parm2 is an IRCop
  40. 301:*:echo 2 $active *** $parm2 is away $parm3* 
  41. 317:*:echo 2 $active *** $parm2 has been doing absolutely nothing for $duration($parm3)
  42. 318:*:echo 2 $active 11,10*** $parm2* 
  43. #whowindow end
  44.  
  45.  
  46. Don't forget to make sure listening in Raw is checked/enabled, okay?
  47.  
  48. Oh, and in case you are using BIIIIG fonts in your browser, the /won and /woff commands 
  49. for Aliases should each be only one line, and the same is true for all the numeric
  50. statements for Raw.
  51. That's all folks...
  52.  
  53. TheJudge